home *** CD-ROM | disk | FTP | other *** search
/ Workbench Design / WB Collection.iso / workbench werkzeuge / scherz programme / amigaeyes / eyes1.1.doc < prev    next >
Text File  |  1996-04-07  |  3KB  |  81 lines

  1. -- AmigaEyes 1.1 ---
  2.  
  3. AmigaEyes is now a commodity !! This mean that:
  4.    You can define a hotkey to popup the Eyes on any public screen.
  5.    You can control AmigaEyes with CommoditiesExchange.
  6.    You can't open more than one eyes window (sorry !).
  7.  
  8. PURPOSE:
  9.  
  10. This small program displays two eyes that follow the mouse pointer in the
  11. active pubscreen. This eyes can wink from time to time and go to sleep if
  12. the user desoen't move the mouse for a user defined lapse of time.
  13. Thre is two versions, one for no-interlaced screen and the other one for
  14. interlaced screen.
  15.  
  16.  
  17. INSTALLATION:
  18.  
  19. Just put AmigaEyes in the choosen drawer (WBStartup for example).
  20.  
  21.  
  22. PARAMETERS:
  23.  
  24. Before launching AmigaEyes, you should fix some parameters in the icon info.
  25. The recognized tooltypes are:
  26. - CUSTOM_DRAWING: If set, use custom drawing routines to refresh the eyes
  27.               instead of the system routines. Recommanded for slow systems.
  28. - AUTOJUMP      : If set ON the eyes window will jump automatically on 
  29.           the active screen if this screen is public.
  30. - HOTKEY        : the hot key to popup the eyes.
  31. - PRIORITY      : Default is 0.
  32. - TIMEOUT       : The lapse of time (in sec.) before the eyes will go
  33.                   to sleep.
  34. - REFRESH       : The lapse of time (in 1/50 sec.) betwen two refreshing of the
  35.                   eyes.
  36. - AUTOFRONT     : If set ON, the eyes window will pup to front each time you
  37.                   start a mouse move.
  38. - XPOS, YPOS    : Eyes window left edge and top edge.
  39. - BACKGROUND    : The eyes background color.
  40. - WINDOW        : The eyes window background color.
  41. - PUPIL         : Pupil color.
  42. - EYELIP        : Eyelip color.
  43. - BORDER        : Eyes border color.
  44.  
  45. Add the DONOTWAIT tooltype if AmigaEyes is in the WBStartup drawer.
  46.  
  47.  
  48. MENU:
  49.  
  50.   - '-> Default PubScreen' : open the eyes window on the default public screen.
  51.   - 'AutoJump' : Activate/Desactivate the autojump feature.
  52.     
  53.  
  54. MISC:
  55.  
  56. o Click on the close gadget doesn't kill AmigaEyes but hide its window. Then
  57.   press the hotkey, or, if AutoJump is ON, swap screen to popup the eyes window
  58.   on the active screen (if this screen is public)
  59.  
  60.  
  61. QUIT:
  62.  
  63. 2 ways:
  64. o Select the 'Quit' Menu-item in the project menu.
  65. o 'Kill' AmigaEyes with CommoditiesExchange.
  66.  
  67.  
  68. HISTORY:
  69.  
  70. Changes betwen V1.1 and the initial version:
  71.  
  72. o AmigaEyes as a commodity.
  73. o Add New ToolTypes :
  74.    - CUSTOM_DRAWING
  75.    - AUTOJUMP=ON/OFF
  76.    - HOTKEY
  77. o Change effect then clicking on the close gadget.
  78. o Add Menu. the menu items are:
  79.   '-> Default PubScreen', 'AutoJump', 'About' and 'Quit'.
  80.     
  81.